Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct tolerations placement in deployment #1965

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

adambethuggin
Copy link
Contributor

@adambethuggin adambethuggin commented Feb 5, 2025

Fix improper tolerations configuration in kubearmorOperator Deployment

The tolerations setting was placed incorrectly in the Deployment spec. This update relocates it to the correct section, allowing for intended functionality when deploying the operator.

Purpose of PR?:

Fixes #1966

Does this PR introduce a breaking change?
This does not introduce a breaking change

Checklist:

@rootxrishabh
Copy link
Member

@adambethuggin thank you for the contribution! Can you please sign the commit?

Fix improper tolerations configuration in kubearmorOperator Deployment

The tolerations setting was placed incorrectly in the Deployment spec.
This update relocates it to the correct section, allowing for intended
functionality when deploying the operator.

Signed-off-by: Adam Tuckett <[email protected]>
@adambethuggin
Copy link
Contributor Author

@rootxrishabh Sorry about that. Should be fixed now. Thanks!!

@rksharma95 rksharma95 merged commit 3034561 into kubearmor:main Feb 7, 2025
11 checks passed
@adambethuggin adambethuggin deleted the patch-1 branch February 7, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect tolerations placement in Helm Kubernetes Deployment
3 participants